home *** CD-ROM | disk | FTP | other *** search
- # profile for OS/2 version of ksh
-
- set -o emacs
- set -o hashall
-
- bind ^Q=quote
- bind ^I=complete
- bind ^[^[=list-file
-
- bind ^0H=up-history
- bind ^0P=down-history
- bind ^0K=backward-char
- bind ^0M=forward-char
- bind ^0s=backward-word
- bind ^0t=forward-word
-
- bind ^0G=beginning-of-line
- bind ^0O=end-of-line
- bind ^0w=beginning-of-history
- bind ^0u=end-of-history
-
- bind ^0S=eot-or-delete
-
- FCEDIT=d:/bin/me.exe
- PS1='!. !$ '
-
- alias a:='cd a:'
- alias b:='cd b:'
- alias c:='cd c:'
- alias d:='cd d:'
- alias e:='cd e:'
- alias f:='cd f:'
- alias g:='cd g:'
-
- alias h='fc -l'
- alias j='jobs'
- alias which='type'
- alias back='cd -'
- alias cls='print -n "\033[H\033[2J"'
-
- dir() {
- cmd /c dir $*
- }
-
- start() {
- cmd /c start $*
- }
-
- print -n "\033[7m\033[2J"
-